home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / ctutor2 / read.me < prev    next >
Text File  |  1986-06-30  |  5KB  |  123 lines

  1. Coronado Enterprises C TUTOR                June 30, 1986
  2.  
  3. READ.ME File
  4.  
  5.  
  6. Getting Started with the C tutorial
  7.  
  8.      The first thing you should do is to backup the distribution
  9. diskettes and store the distribution diskettes away in a safe
  10. place.  Use only the copy for all operations.
  11.  
  12.  
  13. Getting started with the TEXT diskette
  14.  
  15.      Before you can begin study of C, you must print out a copy
  16. of the tutorial text.  The file named PRINTEXT.BAT is designed
  17. to help you to do this.  Simply type the name PRINTEXT at the 
  18. DOS prompt and all of the tutorial text will be printed for you.
  19. When the system displays "Name of list device [PRN]:", hit the
  20. return key to accept the default.  This batch file uses the DOS 
  21. command PRINT.COM to actually do the printing and it has an upper 
  22. limit of 10 files that can be queued up at once.  There is there-
  23. fore a pause after each group of print requests to allow the 
  24. queue to empty out, after which you must hit any key to allow 
  25. printing to continue.  If you key these commands in manually, 
  26. you can print in the background, and be using your computer to 
  27. do something else (provided of course that the something else 
  28. doesn't require the printer).
  29.  
  30.  
  31. Getting started with the SOURCE diskette
  32.  
  33.      If you desire, a printout of all of the C files can be made
  34. using the PRINTALL.BAT file included.  Simply type PRINTALL at the
  35. command prompt with the printer on and lots of paper in place.
  36. It will print about 150 pages including this file and some other
  37. definition files.  You may want to edit a copy of the PRINTALL.BAT
  38. file to only print part of the files initially, and print the 
  39. remainder as you come to them in the lessons.
  40.  
  41.      PRINTALL.BAT uses the file LIST.EXE to actually do the print-
  42. ing.  This is a program written in C, and included in your tutorial
  43. as an example program in chapter 14, and compiled for you to use in
  44. this step.  Since printers are not standard there is a chance that
  45. LIST.EXE will not work on your printer.  If it doesn't, use the 
  46. file named LIST.COM from the other disk.  LIST.COM was written to 
  47. do the same job, but it was written in Pascal and compiled with
  48. Turbo Pascal.  Since it uses a different compiler, it may work
  49. correctly on your printer.  After you gain experience, you can 
  50. debug LIST.C and LISTF.C and compile them for use with your partic-
  51. ular printer.  If neither works, use whatever method you can to 
  52. print out the files, if you desire to.  It is not really necessary
  53. to print out the C example files, but sometimes a hardcopy is a
  54. real convenience.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. Questionnaire on the C Tutorial
  70.  
  71.  
  72. What other languages have you programmed in?_______________________
  73.             _______________________________________________________
  74.  
  75.  
  76. What other languages would you like to learn?______________________
  77.             _______________________________________________________
  78.  
  79.  
  80. Did you complete the C tutorial?___________________________________
  81.  
  82.  
  83. Did you find it helpful?___________________________________________
  84.  
  85.  
  86. What features would you like to see added?_________________________
  87.             _______________________________________________________
  88.             _______________________________________________________
  89.  
  90.  
  91. Did you find anything missing?_____________________________________
  92.             _______________________________________________________
  93.             _______________________________________________________
  94.  
  95.  
  96. At this time, Coronado Enterprises has completed tutorials on Pascal
  97. and C.  Modula-2 is well along the way and should be finished around
  98. September of 1986.  Other languages are being considered but we need
  99. your thoughts as to what languages should be covered with a tutorial
  100. next.  Please write and let us know your needs.
  101.  
  102. _______ Enclosed is $10.00 to help cover the cost and time of 
  103.         writing the tutorial which I found useful.  Please send
  104.         me a current list of tutorials.
  105.  
  106. _______ Enclosed is nothing, I do not wish to pay anything, but I
  107.         would like a current list of tutorials. I have enclosed a
  108.         stamped self addressed envelope.
  109.  
  110.  
  111.        Name   ___________________________________________
  112.  
  113.        Street ___________________________________________
  114.  
  115.        City   ___________________________________________
  116.  
  117.        State, Zip _______________________________________
  118.  
  119.  
  120. Mail to;             Coronado Enterprises
  121.                     12501 Coronado Ave NE
  122.                 Albuquerque, New Mexico 87122
  123.